﻿2026-06-24T04:20:43.9393364Z ##[group]Run actions/checkout@v5
2026-06-24T04:20:43.9394111Z with:
2026-06-24T04:20:43.9394665Z   repository: SaberMage/spt-core
2026-06-24T04:20:43.9400134Z   token: ***
2026-06-24T04:20:43.9400693Z   ssh-strict: true
2026-06-24T04:20:43.9401221Z   ssh-user: git
2026-06-24T04:20:43.9401791Z   persist-credentials: true
2026-06-24T04:20:43.9402370Z   clean: true
2026-06-24T04:20:43.9402930Z   sparse-checkout-cone-mode: true
2026-06-24T04:20:43.9403549Z   fetch-depth: 1
2026-06-24T04:20:43.9404060Z   fetch-tags: false
2026-06-24T04:20:43.9404662Z   show-progress: true
2026-06-24T04:20:43.9405236Z   lfs: false
2026-06-24T04:20:43.9405752Z   submodules: false
2026-06-24T04:20:43.9406296Z   set-safe-directory: true
2026-06-24T04:20:43.9406880Z env:
2026-06-24T04:20:43.9407383Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-24T04:20:43.9408023Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-24T04:20:43.9408631Z ##[endgroup]
2026-06-24T04:20:44.1340375Z Syncing repository: SaberMage/spt-core
2026-06-24T04:20:44.1342033Z ##[group]Getting Git version info
2026-06-24T04:20:44.1342901Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-24T04:20:44.1637102Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-24T04:20:44.1850487Z git version 2.43.0.windows.1
2026-06-24T04:20:44.1877713Z ##[endgroup]
2026-06-24T04:20:44.1886274Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c20acaf3-4f87-4812-a15f-9608cfdb7774\.gitconfig'
2026-06-24T04:20:44.1900285Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c20acaf3-4f87-4812-a15f-9608cfdb7774' before making global git config changes
2026-06-24T04:20:44.1901807Z Adding repository directory to the temporary git global config as a safe directory
2026-06-24T04:20:44.1905199Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-24T04:20:44.2132504Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-24T04:20:44.2328675Z https://github.com/SaberMage/spt-core
2026-06-24T04:20:44.2354998Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-24T04:20:44.2358971Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-24T04:20:44.2548621Z HEAD
2026-06-24T04:20:44.2786274Z ##[endgroup]
2026-06-24T04:20:44.2789003Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-24T04:20:44.6330489Z ##[group]Cleaning the repository
2026-06-24T04:20:44.6334239Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-24T04:20:47.6965119Z Removing target/
2026-06-24T04:20:47.7001082Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-24T04:20:47.7616693Z HEAD is now at 3b8b445f Merge 72d875ed53a8b6ff28df2ad23f468a55251d64f0 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:20:47.7644685Z ##[endgroup]
2026-06-24T04:20:47.7648647Z ##[group]Disabling automatic garbage collection
2026-06-24T04:20:47.7653057Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-24T04:20:47.7867127Z ##[endgroup]
2026-06-24T04:20:47.7867535Z ##[group]Setting up auth
2026-06-24T04:20:47.7873785Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-24T04:20:47.8087322Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-24T04:20:48.1605135Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-24T04:20:48.1833853Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-24T04:20:48.5510399Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-24T04:20:48.5723205Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-24T04:20:48.9409707Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-24T04:20:48.9654771Z ##[endgroup]
2026-06-24T04:20:48.9655176Z ##[group]Fetching the repository
2026-06-24T04:20:48.9661375Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +040d67cdbfa67cfbe51e3f53e5148e8669931c3d:refs/remotes/pull/36/merge
2026-06-24T04:20:49.5695155Z From https://github.com/SaberMage/spt-core
2026-06-24T04:20:49.5695685Z  + 3b8b445f...040d67cd 040d67cdbfa67cfbe51e3f53e5148e8669931c3d -> pull/36/merge  (forced update)
2026-06-24T04:20:49.5805542Z ##[endgroup]
2026-06-24T04:20:49.5806020Z ##[group]Determining the checkout info
2026-06-24T04:20:49.5806951Z ##[endgroup]
2026-06-24T04:20:49.5811727Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-24T04:20:49.6070299Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-24T04:20:49.6281517Z ##[group]Checking out the ref
2026-06-24T04:20:49.6286558Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/36/merge
2026-06-24T04:20:49.6760368Z Warning: you are leaving 1 commit behind, not connected to
2026-06-24T04:20:49.6760849Z any of your branches:
2026-06-24T04:20:49.6761047Z 
2026-06-24T04:20:49.6761536Z   3b8b445f Merge 72d875ed53a8b6ff28df2ad23f468a55251d64f0 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:20:49.6762162Z 
2026-06-24T04:20:49.6762322Z If you want to keep it by creating a new branch, this may be a good time
2026-06-24T04:20:49.6762662Z to do so with:
2026-06-24T04:20:49.6762838Z 
2026-06-24T04:20:49.6762948Z  git branch <new-branch-name> 3b8b445f
2026-06-24T04:20:49.6763106Z 
2026-06-24T04:20:49.6763341Z HEAD is now at 040d67cd Merge 3b4499c3f6e1d25ff0e5b17f26abbf140543e251 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:20:49.6787419Z ##[endgroup]
2026-06-24T04:20:49.7040052Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-24T04:20:49.7244784Z 040d67cdbfa67cfbe51e3f53e5148e8669931c3d
